recurrent neural network

Terms from Artificial Intelligence: humans at the heart of algorithms

A recurrent neural network is a form of neural network with a state/memory that runs on time series or sequential data. At each step a neura networ uses the current state and inout token to geerate the next state and to predict the next token. As the hidden state is not part of the training data, the training phase is more complex than for a simple neural network.

Used on page 326

Also known as RNN

Recurrent neural network (RNN)

Running a recurrent neural network on the data stream d1, d2, d3, ...